home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
Chip_2003-05_cd1.bin
/
oddech
/
flashgame
/
veonix.swf
/
scripts
/
DefineButton2_4
/
BUTTONCONDACTION on(keyPress Down).as
next >
Wrap
Text File
|
2003-03-14
|
166b
|
10 lines
on(keyPress "<Down>"){
if(bloccoshift == 0 && x == 1)
{
bloccoshift = 1;
puntidoppi = 2;
Shiftbasso();
bloccoshift = 0;
}
}